翻訳と辞書
Words near each other
・ Apache Ambush
・ Apache Ant
・ Apache Aries
・ Apache Arrowhead
・ Apache Attic
・ Apache Avalon
・ Apache Avro
・ Apache Axis
・ Apache Axis2
・ Apache Beat
・ Apache Beehive
・ Apache BigTop
・ Apache Blood
・ Apache Bloodhound
・ Apache Brooklyn
Apache Buildr
・ Apache Bull Ramos
・ Apache C++ Standard Library
・ Apache Camel
・ Apache Campaign (1896)
・ Apache Cassandra
・ Apache Cat
・ Apache Cayenne
・ Apache Chemistry
・ Apache Chief
・ Apache Click
・ Apache CloudStack
・ Apache Club de Mitsamiouli
・ Apache Cocoon
・ Apache Commons


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Apache Buildr : ウィキペディア英語版
Apache Buildr

Buildr is an open-source build system mainly intended to build Java applications. It gives the developer a full-blown scripting language (Ruby) while writing their build scripts, much missed in XML-based building environments like Apache Ant or Apache Maven.
==Overview==
Buildr is based on Ruby's build system Rake, and uses Ruby as a scripting language. It uses some project automation idioms from Maven like automated artifact management (Buildr is out-of-box compatible with Maven's repositories). As opposed to more imperative style of build systems like Ant, Buildr takes a more declarative approach in describing the project automation logic (similarly to Maven).
Though Buildr's general philosophy is similar to Maven, it uses Ruby's scripting possibilities to provide a more flexible and customizable programming model. The user writes a Ruby build script, declaring a project, its sub-projects, artifacts, dependencies, packaging rules, etc. Based on these declarations, a list of standard targets are provided to compile or package the project, upload a prepared package to a remote repository, clean up the build results, run tests and so on. Hooks are provided to execute custom Ruby code before or after the standard targets, allowing the user to comfortably override any defaults and further specify the behavior of the standard targets. New, completely user-written targets can be added.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Apache Buildr」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.